home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / admn1016.lha / ADMaN.history < prev    next >
Text File  |  1995-09-27  |  6KB  |  162 lines

  1. ADMaN - REVISION HISTORY
  2.  
  3. BF = Bug fix, M = Modification
  4.  
  5. Changes from 1.5bf to 1.6
  6. -------------------------
  7.  
  8. BF  Adding new newsgroups could sometimes not work correctly. Fixed.
  9.  
  10. BF  The config file TAB problem, which I had thought to be fixed, in fact
  11.     wasn't. Now it is. (Grr. Stupid forgetful programmers.)
  12.  
  13. BF  Since adding date localisation, ADMaN would fail to open on systems
  14.     without locale.library (mainly 2.xx systems). ADMaN should now work on
  15.     these systems, but the date localisation will be disabled.
  16.  
  17. M   Added "Unview" function. Rearranged "Message" menu a bit.
  18.  
  19. M   Added "Attach" button to mail sendoff requester. Added "UUEncode"
  20.     config option.
  21.  
  22. M   Added "CloseOnSelect" config option.
  23.  
  24. M   Layout code rewritten - gadgets now fit the windows more cleanly, and
  25.     ADMaN now takes proper account of the border dimensions when laying out
  26.     gadgets. No more clashes with sysihack, for example.
  27.  
  28. M   New alias selection and address entry requester added. Alias editor
  29.     implemented.
  30.  
  31. M   The message reply strings (Salute etc.) will now be word-wrapped if
  32.     they are more than 72 characters in length.
  33.  
  34. M   Added "Save to clipboard" function.
  35.  
  36. M   Added "Add to aliases" function.
  37.  
  38. M   Prefs editor implemented.
  39.  
  40. Changes from 1.5 to 1.5bf
  41. -------------------------
  42.  
  43. BF  If you replied to a message, then replied to the same message again,
  44.     the To: field would not be filled in the second time. This is now
  45.     fixed.
  46.  
  47. BF  If there was one article in a newsgroup, and it was trimmed, ADMaN would
  48.     not notice this and would leave the item's entry in the index. This is
  49.     now fixed.
  50.  
  51. BF  If there were no articles in a newsgroup, and it was opened, some
  52.     rather nasty things would occur. Fixed.
  53.  
  54. BF  When saving the received file, ADMaN would save each message twice. This
  55.     has been fixed.
  56.  
  57. M   Added ShowSigs config option.
  58.  
  59. M   ADMaN now reloads the configuration after editing.
  60.  
  61. BF  When UUdecoding files, ADMaN would not delete its temporary file. This
  62.     is now fixed.
  63.  
  64. BF  If TABs were present in the configuration file, those options
  65.     containing TABs would be ignored. This is now fixed. (Grr. Compilers.)
  66.  
  67. Changes from 1.04 to 1.5
  68. ------------------------
  69.  
  70. BF  Since adding the mailbox size to the display, occasionally things could
  71.     go wrong when switching mailboxes (if the first mailbox was saved).
  72.     This is now fixed.
  73.  
  74. M   Scanning of new news items is now made speedier, as if the item has a
  75.     Lines: header, ADMaN will use that rather than count the lines in the
  76.     message itself.
  77.  
  78. M   The number of unread messages in each newsgroup is now displayed in the
  79.     selection window.
  80.  
  81. M   I've written some new file reading routines, and as a result almost every
  82.     file-related function should be faster. This improvement is most noticable
  83.     when scanning mailboxes - on my system, ADMaN now scans a 187K mailbox with
  84.     74 messages in it (mine) in under 4 seconds. The new system means less
  85.     disk accessing, so less chance of "thrashing" when another task is also
  86.     accessing the drive.
  87.  
  88. M   Alias list operation made more logical - pressing Escape or using the
  89.     close gadget now cancels the operation. A new item is automatically
  90.     added to the list to allow for mailing to someone not on the list.
  91.  
  92. M   The button bank is now configurable! Any function that's in the menus
  93.     can now also be on the button bank.
  94.  
  95. M   Added base config file option.
  96.  
  97. M   Added BaseDir base directory option, and changed default directory paths
  98.     to use the base directory.
  99.  
  100. M   Added UseUUConfig option.
  101.  
  102. M   Version numbering scheme is now properly style-guide compliant, i.e.
  103.     This is version 1, revision 5, so it's now v1.5 instead of v1.05.
  104.  
  105. M   Localised dates implemented - now the date display on the message
  106.     window should be correct, no matter what country you're in.
  107.  
  108. M   Added PubScreenName option to allow ADMaN to open on a named public
  109.     screen.
  110.  
  111. BF  ADMaN wouldn't save mailboxes properly under MuFS. This should now be
  112.     fixed.
  113.  
  114. M   Implemented threading in the newsreader.
  115.  
  116. M   Added fall-back system for when there are no .next files available. I
  117.     considered writing code for using the active file, but I think the
  118.     fall-back is quick enough.
  119.  
  120. BF  Plugged some memory leaks.
  121.  
  122. BF  Fixed a small problem with extracting real names from From: headers.
  123.  
  124. BF  I think I've fixed the problem which sometimes caused ADMaN to Guru
  125.     violently on exit.
  126.  
  127. BF  Fixed a problem with the font routines - ADMaN should now only fall back
  128.     to topaz 8 when utterly unavoidable.
  129.  
  130. M   Added sorting to the mailboxes - now sortable by Name, Date, and
  131.     Subject.
  132.  
  133. Changes from 1.03 to 1.04
  134. -------------------------
  135.  
  136. BF  I accidentally left some debug code in, which may have resulted in
  137.     the no. of columns in your window being displayed every time a message
  138.     was displayed. This is now removed :)
  139.  
  140. BF  If you attempted to open an empty mailbox, and then attempted to open
  141.     another one, ADMaN could sometimes attempt to save changes to the
  142.     empty one and hang. This is now fixed.
  143.  
  144. M   "Save message" now saves the headers along with the message.
  145.  
  146. M   Added "SaveDir" config option.
  147.  
  148. M   The mailbox select window now displays the size of each mailbox.
  149.  
  150. BF  Header handling improved - ADMaN should now work with all flavours
  151.     of mailbox.
  152.  
  153. M   Added mail alias capability.
  154.  
  155. M   ADMaN no longer requires the environment variable HOME.
  156.  
  157. V1.03: First shareware release.
  158.  
  159.     Thanks Rob <rob@yuccaman.demon.co.uk>, Dave <dave@aelitho.demon.co.uk>,
  160.     and Juan <casado@euronet.nl>!
  161.  
  162.